frame: Fix horizontal size request
authorTimm Bäder <mail@baedert.org>
Fri, 26 Feb 2016 13:07:49 +0000 (14:07 +0100)
committerTimm Bäder <mail@baedert.org>
Mon, 29 Feb 2016 13:19:38 +0000 (14:19 +0100)
commit41119057dda97549bf498cdf5787b8b98da541c7
treede5a263d58443badec41314d8dfc84e115f4857a
parent38ad57948c5960cdcb8e2487153a2dfb94a5dfab
frame: Fix horizontal size request

We were adding the border gadget size and the label widget size in any
case, but when calculating the width, we want the maximum of those two,
not the sum.

https://bugzilla.gnome.org/show_bug.cgi?id=760482
gtk/gtkframe.c